ComponentOne Data Source for Entity Framework
C1.LiveLinq.Indexing Namespace / Index<T> Class / ItemCount Property

In This Topic
    ItemCount Property
    In This Topic
    Gets the number of elements in the indexed collection.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ItemCount As System.Integer
    public System.int ItemCount {get;}

    Property Value

    The number of elements in the indexed collection.
    See Also